home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / make15v3.zip / MAKE15.BAT next >
DOS Batch File  |  1991-12-03  |  485b  |  14 lines

  1. echo off
  2. C:                      <- WHEREVER YOU RUN FROM
  3. cd\gap                  <- INTO GAP DIRECTORY
  4. qkdoor gap pcb12        <- CONVERT TO PCB12 if needed
  5. cd \doors\make15        <- MOVE TO DOOR DIRECTORY
  6. make15b make15.cfg      <- RUN THE GAME WITH CONFIG FILE NAME
  7. cd\gap                  <- RETURN TO BOARD
  8.  
  9.  
  10.    Delete the <- statements and every thing after line 8
  11.    and this can be your batch file!
  12.     Line for is an example if a conversion program is needed.
  13.  
  14.